query GetWeatherWithFriends {
    weather( zip: "96815") {
        weather
        friends {
            weather
        }
    }
}